home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-05-19 | 847 b | 42 lines |
- #
- # Makefile for PGP5GUI
- #
-
- OBJS= PGP5Main.o PGP5GUI.o FileReqPGP5.o \
- SelPGPKeyGUI.o SelPGPKeyMisc.o \
- PGP5Interface.o cbio.o \
- PGPKInterface.o PGPEInterface.o PGPSInterface.o PGPVInterface.o
-
- PGP5GUI: precomp.gst $(OBJS)
- slink with PGP5GUI.lnk
-
- precomp.gst : precomp.h PGP5GUI.h SelPGPKeyGUI.h
- sc precomp.h mgst precomp.gst noobjname
-
- clean:
- -delete \#?.gst \#?.o quiet
-
-
- PGP5Main.o: PGP5Main.c precomp.gst
-
- PGP5GUI.o: PGP5GUI.c precomp.gst
-
- FileReqPGP5.o: FileReqPGP5.c precomp.gst
-
- SelPGPKeyGUI.o: SelPGPKeyGUI.c precomp.gst
-
- SelPGPKeyMisc.o: SelPGPKeyMisc.c precomp.gst
-
- PGP5Interface.o: PGP5Interface.c precomp.gst
-
- cbio.o: cbio.c precomp.gst
-
- PGPKInterface.o: PGPKInterface.c precomp.gst
-
- PGPEInterface.o: PGPEInterface.c precomp.gst
-
- PGPSInterface.o: PGPSInterface.c precomp.gst
-
- PGPVInterface.o: PGPVInterface.c precomp.gst
-
-